.footer {
    background-color: var(--Primary);
    padding-top: 123px;
    margin-top: 20px;
    position: relative;
}

.footer .footer-top {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed var(--Border-5);
    padding-bottom: 30px;
    margin-bottom: 63px;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.footer .footer-top .footer-left .logo img {
    width: 100%;
    max-width: 225px;
}

.footer .footer-top .footer-center p {
    color: var(--White);
    font-size: 35px;
    line-height: 35px;
}

.footer .footer-top .footer-right {
    position: relative;
    z-index: 2;
}

.footer .footer-inner {
    margin-bottom: 43px;
    position: relative;
    z-index: 5;
}

.footer .footer-inner .footer-inner-wrap.open .footer-title-mobile::before {
    opacity: 0;
}

.footer .footer-inner .footer-inner-wrap.open .footer-title-mobile::after {
    transform: translate(0%, -50%) rotate(180deg);
}

.footer .footer-inner .footer-inner-wrap .footer-title-mobile {
    display: none;
    position: relative;
    cursor: pointer;
}

.footer .footer-inner .footer-inner-wrap .footer-title-mobile::after {
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: var(--White);
    transition: 0.25s ease-in-out;
}

.footer .footer-inner .footer-inner-wrap .footer-title-mobile::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: var(--White);
    transition: 0.25s ease-in-out;
}

.footer .footer-inner .footer-title {
    color: var(--White);
    font-weight: 600;
    margin-bottom: 31px;
}

.footer .footer-inner .footer-title.mb-23 {
    margin-bottom: 23px;
}

.footer .footer-inner .footer-title.mb-28 {
    margin-bottom: 28px;
}

.footer .footer-inner .footer-inner-wrap .contact-list li {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer .footer-inner .footer-inner-wrap .contact-list li:not(:last-child) {
    margin-bottom: 14px;
}

.footer .footer-inner .footer-inner-wrap .contact-list li i {
    color: var(--Secondary);
}

.footer .footer-inner .footer-inner-wrap .contact-list li p {
    color: var(--White);
    letter-spacing: 0.1px;
}

.footer .footer-inner .footer-inner-wrap .contact-list li p.address {
    letter-spacing: 0.2px;
}

.footer .footer-inner .footer-inner-wrap .new-post-list {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.footer-bottom {
    border-top: 1px dashed var(--Border-5);
    padding-top: 29px;
    padding-bottom: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}

.no-copy {
    color: var(--White);
    text-align: center;
}

.no-copy a {
    position: relative;
    color: var(--Secondary);
    transition: all 0.3s ease-in-out;
}

.no-copy a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.no-copy a::after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    background-color: var(--Secondary);
    height: 1px;
    transition: all 0.3s ease-in-out;
}

.policy-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 37px;
    flex-wrap: wrap;
}

.policy-list li {
    position: relative;
}

.policy-list li:not(:last-child)::after {
    content: "\e90e";
    font-family: $fontIcon;
    position: absolute;
    right: -25px;
    color: var(--Secondary);
}

.policy-list li a {
    color: var(--White);
    font-family: $font-main4;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.policy-list li a:hover {
    color: var(--Secondary);
}

.img-item {
    position: absolute;
}

.img-item.item-1 {
    top: -22px;
    width: 100%;
    left: 0;
}

.img-item.item-1 img {
    height: 23px;
    object-fit: cover;
    width: 100%;
}

.img-item.item-2 {
    bottom: 0;
    right: 0;
    z-index: 0;
}

&.style-2 {
    padding-top: 106px;
    z-index: 1;
    position: relative;
}

.style-2 .img-item.item-1 {
    top: -10px;
    width: 100%;
}

.style-2 .img-item.item-1 img {
    max-width: unset;
    width: 100%;
    height: 73px;
}

.style-2 .footer-top {
    padding-bottom: 39px;
    margin-bottom: 64px;
    border: unset;
    position: relative;
}

.style-2 .footer-top::after {
    content: "";
    max-width: 1290px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    border-bottom: 1px dashed var(--Border-5);
}

.style-2 .footer-left {
    display: flex;
    align-items: center;
    gap: 44px;
}

.style-2 .footer-left .icon {
    width: 87px;
    height: 87px;
    transform: rotate(-30deg);
}

.style-2 .footer-left .icon i {
    animation: tf-ani-tada 2s infinite;
    font-size: 31px;
    color: var(--White);
}

.style-2 .footer-left .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.style-2 .footer-left .content .title {
    color: var(--White);
}

.style-2 .footer-left .content .sub {
    color: var(--White);
}

.style-2 .footer-right {
    max-width: 543px;
    height: 100%;
    margin-left: auto;
    width: 100%;
    display: flex;
    align-items: center;
}

.style-2 .footer-right input {
    padding: 14px 53px 12px 30px;
}

.style-2 .footer-right .btn-send {
    right: 17px;
    top: 8px;
}

.style-2 .footer-inner {
    margin-bottom: 59px;
}

.style-2 .footer-title {
    padding-bottom: 14px;
    margin-bottom: 29px;
    position: relative;
}

.style-2 .footer-title::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: var(--Secondary);
    bottom: 0;
    left: 0;
}

.style-2 .footer-inner-wrap .logo {
    max-width: 180px;
    margin-bottom: 32px;
}

.style-2 .footer-inner-wrap .text {
    color: var(--White);
    margin-bottom: 32px;
}

.style-2 .footer-inner-wrap .wg-social ul {
    justify-content: flex-start;
    gap: 8px;
}

.style-2 .footer-inner-wrap .wg-social ul li a {
    width: 44px;
    height: 44px;
}

.style-2 .footer-bottom {
    padding-bottom: 33px;
}

#contact-list-footer {
    margin-bottom: 0rem !important;
    flex-direction: column !important;
    align-content: flex-start !important;
    align-items: start !important;
    gap: 5px !important;
}

ul.lists-footer {
    display: flex;
    gap: 10px;
}

.tf-container.w-1290 {
    max-width: 1320px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.logo-footer {
    max-width: 225px;
}

.footer .footer-inner .footer-inner-wrap .link-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer .footer-inner .footer-inner-wrap .link-list li a:hover {
    padding-left: 22px;
    color: #f8c32c;
}

.footer .footer-inner .footer-inner-wrap .link-list li svg {
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    visibility: hidden;
    opacity: 0;
}

.footer .footer-inner .footer-inner-wrap .link-list li a:hover svg {
    left: 0px;
    visibility: visible;
    opacity: 1;
}

.footer .footer-bottom .policy-list li:not(:last-child)::after {
    content: "\e90e";
    font-family: "icomoon";
    position: absolute;
    right: -25px;
    color: #f8c32c;
}

.footer .footer-inner .footer-inner-wrap .link-list li a:hover {
    padding-left: 22px;
    color: #f8c32c !important;
}

.footer .footer-inner .footer-inner-wrap .link-list li a {
    display: inline-flex;
    font-family: "Nunito Sans", sans-serif;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    font-size: 16px;
    overflow: hidden;
}

.footer-link-custom {
    color: #fff;
}

li .item a:hover svg path {
    fill: #f8c32c;
}